home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games 1996 July
/
Amiga Games 1996 #7.iso
/
archive
/
userbox
/
publicdomain
/
chunker.lha
/
Chunker
/
source
/
dechunk.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-04-01
|
373b
|
24 lines
/*************************************************************************
*
* DeChunker
*
* Copyright ©1995 Lee Kindness
* cs2lk@scms.rgu.ac.uk
*
* dechunk.h
*/
#ifndef __DECHUNK_H__
#define __DECHUNK_H__
#include <stdio.h>
#include "bfn.h"
#include "machine.h"
#include "version.h"
const char ver[] = "\0$VER: DeChunk " VERSION_NUM " " VERSION_DATE;
#endif